ESRI.ArcGIS.Mobile.Client
Generic TextItem Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic TextItem Class


The following tables list the members exposed by Generic TextItem.

Public Constructors

 NameDescription
Public ConstructorTextItem ConstructorOverloaded.  Constructs a TextItem.  
Top

Public Properties

 NameDescription
Public PropertyGroup Gets the Group object this item belongs to. (Inherited from Item)
Public PropertyGroupView Gets the GroupView control this item belongs to. (Inherited from Item)
Public PropertyIcon Gets or sets the icon shown in the item. (Inherited from TextItem)
Public PropertyMultiline Gets or sets a value indicating whether the item is multiline. (Inherited from TextItem)
Public PropertySelectable Gets or sets a value that indicates if the item can be selected. (Inherited from Item)
Public PropertySelectedBackColor Gets the color of the background when the item is selected. (Inherited from Item)
Public PropertyStyle Gets or sets the style of the item. (Inherited from TextItem)
Public PropertyTag Gets or sets an associated object with the item.  
Public PropertyText Gets or sets the item text. (Inherited from TextItem)
Public PropertyTransparentColor Gets or sets the color that should be treated as transparent in the images. (Inherited from TextItem)
Top

Public Methods

 NameDescription
Public MethodDrawItem Draws the item to the graphics object. (Inherited from TextItem)
Public MethodGetHeight Gets the height of the item. (Inherited from TextItem)
Public MethodInvalidate Invalidates the UI of the item. (Inherited from Item)
Top

Protected Methods

 NameDescription
Protected MethodNotifyViewOfHeightChange Call this when the height of the item changes to notify the view. (Inherited from Item)
Protected MethodOnActivated Occurs when an item is Activated. (Inherited from Item)
Protected MethodOnViewWidthChanged Occurs when the width of the view is changed. (Inherited from TextItem)
Top

Public Events

 NameDescription
Public EventActivated Occurs when an item is Activated. (Inherited from Item)
Top

See Also